Document build badge for Gitlab CI
authorBryant Mairs <bryant@mai.rs>
Wed, 1 Feb 2017 02:31:48 +0000 (18:31 -0800)
committerBryant Mairs <bryant@mai.rs>
Thu, 2 Feb 2017 00:24:04 +0000 (16:24 -0800)
src/doc/manifest.md

index e5d266d845a397f435aaa3d41e27513b1d438d29..8ee88efe2a3c8f1479275c9efc41693e59e63a23 100644 (file)
@@ -142,8 +142,8 @@ license = "..."
 license-file = "..."
 
 # Optional specification of badges to be displayed on crates.io. The badges
-# currently available are Travis CI and Appveyor latest build status, specified
-# using the following parameters:
+# currently available are Travis CI, Appveyor, and Gitlab latest build status,
+# specified using the following parameters:
 [badges]
 # Travis CI: `repository` is required. `branch` is optional; default is `master`
 travis-ci = { repository = "...", branch = "master" }
@@ -151,6 +151,8 @@ travis-ci = { repository = "...", branch = "master" }
 # `service` is optional; valid values are `github` (default), `bitbucket`, and
 # `gitlab`.
 appveyor = { repository = "...", branch = "master", service = "github" }
+# Gitlab: `repository` is required. `branch` is optional; default is `master`
+gitlab = { repository = "...", branch = "master" }
 ```
 
 The [crates.io](https://crates.io) registry will render the description, display